You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add tombmanygraves and aether legacy to the dev env
add a fix for aether legacy accessories to capture drops for the event (default: true).
add a file for tombmanygraves to add aether legacy accessory compat (cannot be disabled, but requires above tweak to work).
change the timestamp from MM_dd_YYYY_HH_mm_ss to yyyy-MM-dd'T'HH:mm:ss, which makes it ordered consistently (default: false).
change the world size check from 0 <= y <= World#getActualHeight to !world.isOutsideBuildHeight(pos) for a more accurate check for some dimensions + mods increasing world size (default: true).
Enhanced Compatibility with Aether Legacy
The "Capture Accessory Drops" feature, mentioned in the README.md, now works reliably with Aether Legacy.
Updated Dependencies
The system now relies on Aether Legacy and TombManyGraves2, after updates were made in 'dependencies.gradle'.
New Debugging Flags Introduced
For better debugging experiences, flags related to Aether Legacy and TombManyGraves2 have been added in 'gradle.properties'.
More Configurations Available
Via additions to 'UTConfigMods.java', AetherLegacyCategory and TombManyGravesCategory configurations are now usable.
Inventory Management Updates in TombManyGraves
An 'AetherLegacyInventory' class has been incorporated to improve accessory inventory handling in TombManyGraves.
Provided Better Environment Interaction for TombManyGraves2
New mixins were crafted for dealing with Aether legacy events and ensuring proper world height checks, thus improving the world interaction mechanics of TombManyGraves2.
Standardized Time Stamp Format
The timestamp format has been shifted to ISO 8601 in TombManyGraves' operations, enhancing consistency with standards.
Improved Language Localization
The language localization files have been expanded to include entries for Aether Legacy and TombManyGraves2, making the interface more user-friendly for international audiences.
Added New Mixin Files
JSON files for new mixins have been added, offering more fluid functionality regarding Aether Legacy and TombManyGraves interaction.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
changes in this PR:
true).MM_dd_YYYY_HH_mm_sstoyyyy-MM-dd'T'HH:mm:ss, which makes it ordered consistently (default:false).0 <= y <= World#getActualHeightto!world.isOutsideBuildHeight(pos)for a more accurate check for some dimensions + mods increasing world size (default:true).related issues:
timestamp: M4thG33k/TombManyGraves2#62
grave spawn location: M4thG33k/TombManyGraves2#44, M4thG33k/TombManyGraves2#45, M4thG33k/TombManyGraves2#46
accessories: M4thG33k/TombManyGraves2#59